home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / Clueless.swf / scripts / fl / video / IVPEvent.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  213 b   |  14 lines

  1. package fl.video
  2. {
  3.    public interface IVPEvent
  4.    {
  5.        
  6.       
  7.       function set vp(param1:uint) : void;
  8.       
  9.       function get vp() : uint;
  10.       
  11.       function get type() : String;
  12.    }
  13. }
  14.